persistafterreset=0		//1=active, mod functions like a module and is unaffected by resets. place mod and settings in $init to autoload at startup
;
bgalpha=2.5				//0.0 - 1.0, the alpha of the background
textalpha=1				//0.0 - 1.0, the alpha of the text
;
;
;*****her speaking color settings******
bgredmult=1				//multiplier of current red background value, caps result at 255
bgbluemult=1			//multiplier of current blue background value, caps result at 255
bggreenmult=1			//multiplier of current green background value, caps result at 255
bgredoffset=250			//0-255, adds amount to current red background color
bgblueoffset=250		//0-255, adds amount to current blue background color
bggreenoffset=0			//0-255, adds amount to current green background color
;
textredmult=1				//multiplier of current red text value, caps result at 255
textbluemult=1			//multiplier of current blue text value, caps result at 255
textgreenmult=1			//multiplier of current green text value, caps result at 255
textredoffset=50			//0-255, adds amount to current red text color
textblueoffset=50		//0-255, adds amount to current blue text color
textgreenoffset=0			//0-255, adds amount to current green text color
;
;
;
;******thoughts color settings******
bgredmultt=1				//multiplier of current red background value, caps result at 255
bgbluemultt=1			//multiplier of current blue background value, caps result at 255
bggreenmultt=1			//multiplier of current green background value, caps result at 255
bgredoffsett=250			//0-255, adds amount to current red background color
bgblueoffsett=0		//0-255, adds amount to current blue background color
bggreenoffsett=250			//0-255, adds amount to current green background color
;
textredmultt=1				//multiplier of current red text value, caps result at 255
textbluemultt=1			//multiplier of current blue text value, caps result at 255
textgreenmultt=1			//multiplier of current green text value, caps result at 255
textredoffsett=50			//0-255, adds amount to current red text color
textblueoffsett=0		//0-255, adds amount to current blue text color
textgreenoffsett=50			//0-255, adds amount to current green text color
;
;
;*****him color settings*******
bgredmulth=1				//multiplier of current red background value, caps result at 255
bgbluemulth=1			//multiplier of current blue background value, caps result at 255
bggreenmulth=1			//multiplier of current green background value, caps result at 255
bgredoffseth=30			//0-255, adds amount to current red background color
bgblueoffseth=250		//0-255, adds amount to current blue background color
bggreenoffseth=30			//0-255, adds amount to current green background color
;
textredmulth=1				//multiplier of current red text value, caps result at 255
textbluemulth=1			//multiplier of current blue text value, caps result at 255
textgreenmulth=1			//multiplier of current green text value, caps result at 255
textredoffseth=10			//0-255, adds amount to current red text color
textblueoffseth=60		//0-255, adds amount to current blue text color
textgreenoffseth=10			//0-255, adds amount to current green text color